home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Flip / install.doc < prev    next >
Text File  |  1995-06-12  |  2KB  |  41 lines

  1.  
  2.                              Installing Flip 1.00
  3.  
  4. Installation instructions are provided for System V Release 2, 4.3BSD,
  5. Ultrix, Microport System V/AT, and MS-DOS/Turbo C.  To install under other
  6. similar environments look carefully in flip.h and make changes as needed.
  7.  
  8.  
  9. MS-DOS/TURBO C
  10.  
  11. The files supplied are suitable for compilation with Borland's Turbo C 2.0
  12. for MS-DOS.
  13.  
  14. A makefile "makefile.tcc" is supplied.  Use the command line compiler
  15. "tcc.exe".  You will need a good make program, such as NDMAKE.  Edit
  16. "turboc.cfg" so it correctly reflects the include directories on your
  17. system.  Then type "make -f makefile.tcc".
  18.  
  19. You can also use the intergrated environment "tc.exe".  Convert "turboc.cfg"
  20. to "tcconfig.tc" using Borland's "tcconfig.exe" program.  Invoke tc.exe and
  21. load the configuration file "tcconfig.tc".  A project file "flip.prj" is
  22. supplied.  Compile as usual.
  23.  
  24.  
  25. SYSTEM V RELEASE 2, 4.3BSD, OR MICROPORT SYSTEM V/AT
  26.  
  27. Rename the provided file "makefile.nix" to "makefile".
  28.  
  29. Depending on the system, type:
  30.  
  31.      make sys_v                 for System V Release 2
  32.      make bsd                   for 4.3BSD
  33.      make uport                 for Microport System V/AT (large model)
  34.      make ultrix                for Ultrix, includes bug fix, not tested
  35.  
  36. It may work to do "make sys_v" for Microport System V/AT, but I'm not sure,
  37. as I haven't yet restored my small model libraries which vanished from my
  38. disk one day without warning.
  39.  
  40. Under any flavor of **IX you can link "flip" to "toix" and "toms".
  41.